icon-browser: Add scalable icons to icon detail modal window
authorJulian Sparber <julian@sparber.net>
Mon, 7 Aug 2017 21:33:42 +0000 (23:33 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 16 Oct 2017 12:26:42 +0000 (14:26 +0200)
commit6f71e4054618c6a9cb3f94cd28d79c2efea3f416
tree35ff92b7c214f2177d18bcfa39f6b24029838fd2
parent1607f8c4c64b95329f0c02fde7070c35b2bfb2ad
icon-browser: Add scalable icons to icon detail modal window

When making mockups for GNOME apps in Inkscape, looking for symbolic
icons is a common task. Searching for icons in the file system is clumsy,
and icon-browser provides a much better interface for finding them.
However, currently there is no way to insert the symbolic icons as SVG
directly from icon-browser, so right now it is only useful for finding
the name.

This patch adds a sixth column to the modal window that appears when
clicking a symbolic icon. The icon in this column is labeled "scalable",
and dragging it onto another window results in the vector icon URI being
inserted.

This enables a much simpler workflow when designing with symbolic icons.

https://bugzilla.gnome.org/show_bug.cgi?id=778930
demos/icon-browser/iconbrowserwin.c
demos/icon-browser/window.ui